home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 11 / FM Towns Free Software Collection 11.iso / gear / tg_play.bat < prev    next >
DOS Batch File  |  1995-02-01  |  391b  |  21 lines

  1.     %1\t_file\chkmem -maxi 32 -inqu 1536
  2.     if errorlevel 1 goto run
  3.  
  4.     %1\sidework\sidework -r
  5.  
  6.     %1\t_file\chkmem -maxi 32 -inqu 1152
  7.     if errorlevel 1 goto exec
  8.                     goto skip
  9.  
  10. :exec
  11.     %1\run386 -spritmap -maxi 32 tg_play.exp %2 %3 %4 %5 %6
  12.  
  13. :skip
  14.     %1\sidework\sidework
  15.     goto end
  16.  
  17. :run
  18.     %1\run386 -spritmap -maxi 32 tg_play.exp %2 %3 %4 %5 %6
  19.  
  20. :end
  21.